Script: --on windowEvent wdID,wdName,objNo,objName,objValue¬¬if objValue="Open" then ¬ get licenseCheck()¬ ¬else if objValue="Close" then ¬ ¬else if objValue="Suspend" then ¬ ¬else if objValue="Resume" then ¬ ¬else if objValue="CloseBox" then ¬ ¬else if objValue="ZoomBox" then ¬ ¬else if objValue="GrowBox" then ¬ ¬else if objValue="TitleBar" then ¬ ¬end if¬¬--end windowEvent
Balloon: Enzymes found. Click on the enzyme name to go to that record.
Script: put wsGet(wdID,"1","SelectionText") into enzName¬if enzName ≠ empty then¬ put empty into goEnz¬ repeat with x = 1 to the number of chars in enzName¬ if char x of enzName is "◊" then exit repeat¬ put char x of enzName after goEnz¬ end repeat¬ go cd goEnz¬end if